You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
297B

  1. <template>
  2. <div>
  3. T2: {{ get('pub_person','b77038e7-9f17-4ef2-951c-958aeba8a5b5') }}
  4. </div>
  5. </template>
  6. <script>
  7. import { getData } from '../plugins/useSDB'
  8. export default {
  9. name: 'Demo',
  10. setup () {
  11. return { ...getData() }
  12. },
  13. }
  14. </script>
  15. <style scoped>
  16. </style>