添加 history 依赖

This commit is contained in:
2betop 2021-06-17 21:22:31 +08:00
parent dab6114265
commit d6a78d109b
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ import {
} from '../src/index';
import '../src/locale/en-US';
import 'history';
export function embed(
container: string | HTMLElement,

View File

@ -1,6 +1,6 @@
{
"name": "amis",
"version": "1.1.8-beta.4",
"version": "1.1.8-beta.8",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"scripts": {