@zhaoyifannan/tvue 3.7.7 → 3.7.9
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.
- package/README.md +1 -1
- package/lib/index.css +1 -1
- package/lib/tvue.js +12 -12
- package/lib/tvue.min.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ yarn add @zhaoyifannan/tvue
|
|
|
25
25
|
// 完整引入
|
|
26
26
|
import { createApp } from 'vue'
|
|
27
27
|
import Tvue from '@zhaoyifannan/tvue'
|
|
28
|
-
import '@zhaoyifannan/tvue/
|
|
28
|
+
import '@zhaoyifannan/tvue/lib/index.css'
|
|
29
29
|
import App from './App.vue'
|
|
30
30
|
|
|
31
31
|
const app = createApp(App)
|