서버 데이터 템플릿 매핑
This commit is contained in:
12
front/bo/client/app.html
Normal file
12
front/bo/client/app.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html {{ HTML_ATTRS }}>
|
||||
<head {{ HEAD_ATTRS }}>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
{{ HEAD }}
|
||||
</head>
|
||||
|
||||
<body {{ BODY_ATTRS }} class="dx-viewport">
|
||||
{{ APP }}
|
||||
<div style="display: none" th:text="${spaData}" id="__spa">{{ SERVER_DATA }}</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user