docs: 更新文档地址
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
liy
2023-05-18 07:44:31 +08:00
parent 404fad81e8
commit b724969912
10 changed files with 11 additions and 11 deletions

View File

@@ -26,10 +26,10 @@ describe('d2-container-frame', () => {
const wrapper = mount(D2ContainerFrame, {
stubs: ['d2-container'],
propsData: {
src: 'https://d2.pub/zh/doc/d2-admin'
src: 'https://d2.pub/doc/d2-admin'
}
})
expect(wrapper.props().src).toEqual('https://d2.pub/zh/doc/d2-admin')
expect(wrapper.props().src).toEqual('https://d2.pub/doc/d2-admin')
})
})