数通互联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
536 B

import{o as n,a as c,c as a,b as d}from"./index-ea7eee8a.js";const i={class:"container",ref:"container"},l=d("div",{id:"box",style:{position:"absolute",top:"0",left:"0"}},"Move me with arrow keys!",-1),r=[l],p={__name:"test",setup(_){return n(()=>{const t=document.getElementById("box");let o=0,s=0;document.addEventListener("keydown",function(e){console.log(e),e.keyCode===37?o--:e.keyCode===38?s--:e.keyCode===39?o++:e.keyCode===40&&s++,t.style.left=o+"px",t.style.top=s+"px"})}),(t,o)=>(c(),a("div",i,r,512))}};export{p as default};