@opentiny/vue-docs 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,17 +5,17 @@
5
5
  </template>
6
6
 
7
7
  <script setup>
8
- import { reacitve } from 'vue'
8
+ import { reactive, ref } from 'vue'
9
9
  import { Select as TinySelect, Option as TinyOption } from '@opentiny/vue'
10
10
 
11
- const options = reacitve([
11
+ const options = reactive([
12
12
  { value: '选项1', label: '黄金糕' },
13
13
  { value: '选项2', label: '双皮奶' },
14
14
  { value: '选项3', label: '蚵仔煎' },
15
15
  { value: '选项4', label: '龙须面' },
16
16
  { value: '选项5', label: '北京烤鸭' }
17
17
  ])
18
- const value = reacitve('')
18
+ const value = ref('')
19
19
  </script>
20
20
 
21
21
  <style lang="less" scoped>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-docs",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "dependencies": {
5
5
  "@unocss/reset": "0.38.2",
6
6
  "@vue/repl": "^2.5.5",
@@ -17,15 +17,15 @@
17
17
  "sortablejs": "1.15.0",
18
18
  "@opentiny/vue-repl": "^1.1.0",
19
19
  "@opentiny/vue": "~3.12.0",
20
- "@opentiny/vue-icon-saas": "~3.12.0",
20
+ "@opentiny/vue-common": "~3.12.0",
21
21
  "@opentiny/vue-icon": "~3.12.0",
22
22
  "@opentiny/vue-design-aurora": "~3.12.0",
23
- "@opentiny/vue-common": "~3.12.0",
23
+ "@opentiny/vue-theme": "~3.12.0",
24
24
  "@opentiny/vue-design-smb": "~3.12.0",
25
- "@opentiny/vue-theme-mobile": "~3.12.0",
25
+ "@opentiny/vue-vite-import": "~1.1.5",
26
+ "@opentiny/vue-icon-saas": "~3.12.0",
26
27
  "@opentiny/vue-theme-saas": "~3.12.0",
27
- "@opentiny/vue-theme": "~3.12.0",
28
- "@opentiny/vue-vite-import": "~1.1.5"
28
+ "@opentiny/vue-theme-mobile": "~3.12.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/markdown-it": "^12.2.3",