我需要在html标签上设置属性,或者在Meteor.js应用程序中设置文档的body标签.
具体来说我想拥有<html dir="rtl">或<body dir="rtl">..
尝试后者,我收到控制台消息:
While building the application:
client/views/layout/layout.html:7: Attributes on <body> not supported
=> Your application has errors. Waiting for file change.
Run Code Online (Sandbox Code Playgroud)
那你怎么做的?
meteor ×1