chushihua
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import Row from './src/row';
|
||||
|
||||
/* istanbul ignore next */
|
||||
Row.install = function(Vue) {
|
||||
Vue.component(Row.name, Row);
|
||||
};
|
||||
|
||||
export default Row;
|
||||
|
||||
Reference in New Issue
Block a user