1.0.1 • Published 5 years ago

res-1911 v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

使用

1.安装

npm i res-1911

2.使用说明

1.在main.js引入res-q911

2.在main.js引入 str-reverse.css

import Vue from 'vue'

import App from './App.vue'

// import strReverse from './components'

import res1911 from 'res-1911'//引入组件

import 'res-1911/str-reverse.css'//引入样式

import './api'

Vue.config.productionTip = false

Vue.use(res1911)

new Vue({

render: h => h(App),

}).$mount('#app')

3.翻转字符串组件

1.0.1

5 years ago

1.0.0

5 years ago