15 lines
193 B
JavaScript
15 lines
193 B
JavaScript
|
/**
|
||
|
* 模板引擎拓展包
|
||
|
* @author yutent<yutent.io@gmail.com>
|
||
|
* @date 2020/09/27 14:17:46
|
||
|
*/
|
||
|
|
||
|
import Smarty from 'smartyx'
|
||
|
|
||
|
export default {
|
||
|
name: 'views',
|
||
|
install() {
|
||
|
//
|
||
|
}
|
||
|
}
|