/** * 模板引擎拓展包 * @author yutent * @date 2020/09/27 14:17:46 */ import Smarty from 'smartyx' export default { name: 'views', install() { // } }