您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
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>