Fixed #185 - Could not find module './components/row/Row'
parent
aac6cda62d
commit
2c900224c5
|
@ -0,0 +1 @@
|
|||
export * from './components/row/Row';
|
|
@ -0,0 +1,2 @@
|
|||
'use strict';
|
||||
module.exports = require('./components/row/Row.vue');
|
|
@ -0,0 +1,3 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
export declare class Row extends Vue {}
|
Loading…
Reference in New Issue