0.2.9 • Published 4 years ago

rtls-view-test v0.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

rtls-view

组件库

Install

npm install rtls-view -S

Quick Start

import Vue from 'vue';
import RtlsView from 'rtls-view';
import 'rtls-view/lib/theme-chalk/index.css';

Vue.use(RtlsView);

// or
import {
  SmartSearch
  // ...
} from 'rtls-view';

Vue.component(SmartSearch.name, SmartSearch);