我正试图在网上建造一个用于特定功能的大型设备。 自2006年以来 我不能使用npm或其他包裹安装器,我需要使用CDN。 Vue app公司正在工作,甚至安特设计公司也在工作。 我所面对的唯一问题是,它不是为任何安特设计组成部分 style。 这是我的准则:
<html>
<head>
<title>Auto Refresh Page</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<link href="https://unpkg.com/[email protected]/dist/antd.min.css" rel="stylesheet">
</link>
<script src="https://unpkg.com/dayjs/dayjs.min.js"></script>
<script src="https://unpkg.com/dayjs/plugin/customParseFormat.js"></script>
<script src="https://unpkg.com/dayjs/plugin/weekday.js"></script>
<script src="https://unpkg.com/dayjs/plugin/localeData.js"></script>
<script src="https://unpkg.com/dayjs/plugin/weekOfYear.js"></script>
<script src="https://unpkg.com/dayjs/plugin/weekYear.js"></script>
<script src="https://unpkg.com/dayjs/plugin/advancedFormat.js"></script>
<script src="https://unpkg.com/dayjs/plugin/quarterOfYear.js"></script>
</head>
<body>
<div id="app">
</div>
<script src="https://unpkg.com/[email protected]/dist/antd.min.js"></script>
<script>
const app = Vue.createApp({
el: "#app",
data() {
return {
moduleLoaded: false,
currentRecordModule: null,
backgroundProcess: false,
showModal: false,
};
},
methods: {
init() {
const currentRecordModule = require([ N/currentRecord ], (currentRecord) => {
this.moduleLoaded = true
this.currentRecordModule = currentRecord
});
},
reloadPage() {
location.reload(true)
},
showAlert() {
this.showModal = true
const iframeHtml = <iframe src="${activeBgTaskUrl}" style="width: 100%; height: 400px; border: none;"></iframe> ;
},
handleShowBackgroundProcessAlert(event) {
if (event.target.id === showBackgroundProcessAlert ) {
this.showAlert()
}
},
},
mounted() {
console.log( App mounted )
this.init();
document.addEventListener( click , this.handleShowBackgroundProcessAlert)
},
},
template: `<a-button icon="search" type="primary">Primary Button</a-button>
<a-modal v-model:visible="showModal" title="Basic Modal" @ok="handleOk">
<p>Some contents...</p>
<p>Some contents...</p>
<p>Some contents...</p>
</a-modal>`
});
app.mount( #app );
</script>
</body>
</html>
我想在<代码>showAlert功能中开启一种模式。 我已尝试过多种东西,包括使用进口说明和采用所需方法直接进入安普设计全球变量,但其中没有一个正在发挥作用。 纽顿正在展示,但没有任何风格,而这种模式也是如此。 对于那些知道NetSuite的人来说,创建 Suite不是一种选择。